Table of Contents

Class GroupGridToolButton

Namespace
Avalonia.Controls
Assembly
Tripous.Avalonia.Controls.dll

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

GroupGridToolButtonAlignment

IsEnabled

Gets or sets a value indicating whether the button is enabled.

public bool IsEnabled { get; set; }

Property Value

bool

IsVisible

Gets or sets a value indicating whether the button is visible.

public bool IsVisible { get; set; }

Property Value

bool

Name

Gets or sets the button name.

public string Name { get; set; }

Property Value

string

Tag

Gets or sets custom user data.

public object Tag { get; set; }

Property Value

object

Text

Gets or sets the compact display text.

public string Text { get; set; }

Property Value

string

ToolTip

Gets or sets the tooltip text.

public string ToolTip { get; set; }

Property Value

string

Events

PropertyChanged

Occurs when a property value changes.

public event PropertyChangedEventHandler PropertyChanged

Event Type

PropertyChangedEventHandler