New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a floating action button for showing the AI BottomSheet in DataGrid.

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class DataGridAIFloatingActionButton : RadTemplatedButton, INotifyPropertyChanged

Inheritance: objectRadButtonBaseRadTemplatedButtonDataGridAIFloatingActionButton

Implements: INotifyPropertyChanged

Inherited Members RadTemplatedButton.ContentPropertyRadTemplatedButton.ContentTemplatePropertyRadTemplatedButton.TextColorPropertyRadTemplatedButton.FontFamilyPropertyRadTemplatedButton.FontSizePropertyRadTemplatedButton.FontAttributesPropertyRadTemplatedButton.TextDecorationsPropertyRadTemplatedButton.HorizontalTextAlignmentPropertyRadTemplatedButton.VerticalTextAlignmentPropertyRadTemplatedButton.ActualContentPropertyRadTemplatedButton.ContentRadTemplatedButton.ContentTemplateRadTemplatedButton.TextColorRadTemplatedButton.FontFamilyRadTemplatedButton.FontSizeRadTemplatedButton.FontAttributesRadTemplatedButton.TextDecorationsRadTemplatedButton.HorizontalTextAlignmentRadTemplatedButton.VerticalTextAlignmentRadTemplatedButton.ActualContentRadButtonBase.IsPressedPropertyRadButtonBase.IsKeyboardFocusedPropertyRadButtonBase.CommandPropertyRadButtonBase.CommandParameterPropertyRadButtonBase.StylePropertyRadButtonBase.ControlTemplatePropertyRadButtonBase.BackgroundColorPropertyRadButtonBase.BackgroundPropertyRadButtonBase.PaddingPropertyRadButtonBase.BorderColorPropertyRadButtonBase.BorderBrushPropertyRadButtonBase.BorderThicknessPropertyRadButtonBase.CornerRadiusPropertyRadButtonBase.OnApplyTemplate()RadButtonBase.OnPropertyChanged(string)RadButtonBase.OnHandlerChanging(HandlerChangingEventArgs)RadButtonBase.OnHandlerChanged()RadButtonBase.ChangeVisualState()RadButtonBase.IsPressedRadButtonBase.IsKeyboardFocusedRadButtonBase.CommandRadButtonBase.CommandParameterRadButtonBase.StyleRadButtonBase.ControlTemplateRadButtonBase.BackgroundColorRadButtonBase.BackgroundRadButtonBase.PaddingRadButtonBase.BorderColorRadButtonBase.BorderBrushRadButtonBase.BorderThicknessRadButtonBase.CornerRadiusRadButtonBase.IsEnabledCoreRadButtonBase.ClickedRadButtonBase.PressedRadButtonBase.Released...

Constructors

Initializes a new instance of the DataGridAIFloatingActionButton class.

C#
public DataGridAIFloatingActionButton()

Fields

ActualIconStyleProperty

BindableProperty

Identifies the ActualIconStyle property.

C#
public static readonly BindableProperty ActualIconStyleProperty

IconStyleProperty

BindableProperty

Identifies the IconStyle property.

C#
public static readonly BindableProperty IconStyleProperty

IsCompactProperty

BindableProperty

Identifies the IsCompact property.

C#
public static readonly BindableProperty IsCompactProperty

Properties

Gets the actual style that is applied to the icon. This property contains the merged result of the IconStyle and the default style.

C#
public Style ActualIconStyle { get; }
Property Value:

A Style that represents the merged icon style.

Gets or sets the style of the that represents the icon.

C#
public Style IconStyle { get; set; }
Property Value:

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.

C#
public bool IsCompact { get; set; }
Property Value:

true if the button should display only the icon; otherwise, false. The default is false.