Represents a floating action button for showing the AI BottomSheet in DataGrid.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class DataGridAIFloatingActionButton : RadTemplatedButton, INotifyPropertyChanged
Inheritance: objectRadButtonBaseRadTemplatedButtonDataGridAIFloatingActionButton
Implements:
Inherited Members
Constructors
Initializes a new instance of the DataGridAIFloatingActionButton class.
public DataGridAIFloatingActionButton()
Fields
ActualIconStyleProperty
BindableProperty
Identifies the ActualIconStyle property.
public static readonly BindableProperty ActualIconStyleProperty
IconStyleProperty
BindableProperty
Identifies the IconStyle property.
public static readonly BindableProperty IconStyleProperty
IsCompactProperty
BindableProperty
Identifies the IsCompact property.
public static readonly BindableProperty IsCompactProperty
Properties
ActualIconStyle
Style
Gets the actual style that is applied to the icon. This property contains the merged result of the IconStyle and the default style.
public Style ActualIconStyle { get; }
A Style that represents the merged icon style.
IconStyle
Style
Gets or sets the style of the that represents the icon.
public Style IconStyle { get; set; }
A Style that defines the visual appearance of the icon. When set, this style is merged with the default style.
Gets or sets a value indicating whether the button is displayed in compact mode. When set to true, only the icon is visible, making the button smaller in width. When set to false (default), both the icon and content are visible.
public bool IsCompact { get; set; }
true if the button should display only the icon; otherwise, false. The default is false.