Class GroupGridToolButton
Describes a compact button displayed in the group grid toolbar band.
public class GroupGridToolButton : INotifyPropertyChanged
- Inheritance
-
GroupGridToolButton
- Implements
- Inherited Members
- Extension Methods
Constructors
GroupGridToolButton()
Initializes a new instance of the GroupGridToolButton class.
public GroupGridToolButton()
Properties
Alignment
Gets or sets the button alignment.
public GroupGridToolButtonAlignment Alignment { get; set; }
Property Value
IsEnabled
Gets or sets a value indicating whether the button is enabled.
public bool IsEnabled { get; set; }
Property Value
IsVisible
Gets or sets a value indicating whether the button is visible.
public bool IsVisible { get; set; }
Property Value
Name
Gets or sets the button name.
public string Name { get; set; }
Property Value
Tag
Gets or sets custom user data.
public object Tag { get; set; }
Property Value
Text
Gets or sets the compact display text.
public string Text { get; set; }
Property Value
ToolTip
Gets or sets the tooltip text.
public string ToolTip { get; set; }
Property Value
Events
PropertyChanged
Occurs when a property value changes.
public event PropertyChangedEventHandler PropertyChanged