ClassRadCollectionNavigator
Provides UI and logic for displaying and editing data in a from layout.
Definition
Namespace:Telerik.UI.Xaml.Controls
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class RadCollectionNavigator : CollectionNavigatorBase
Inheritance: objectCollectionNavigatorBaseRadCollectionNavigator
Inherited Members
Constructors
RadCollectionNavigator()
Initializes a new instance of the RadCollectionNavigator class.
Declaration
public RadCollectionNavigator()
Fields
ButtonsStyleProperty
Represents the ButtonStyle dependency property.
Declaration
public static readonly DependencyProperty ButtonsStyleProperty
Field Value
DependencyProperty
CommandButtonsVisibilityProperty
Represents the CommandButtonsVisibility dependency property.
Declaration
public static readonly DependencyProperty CommandButtonsVisibilityProperty
Field Value
DependencyProperty
Properties
ButtonsStyle
Gets or sets the button style.
Declaration
public Style ButtonsStyle { get; set; }
Property Value
Style
The button style.
CommandButtonsVisibility
Gets or sets the command buttons visibility.
Declaration
public CommandButtonsVisibility CommandButtonsVisibility { get; set; }
Property Value
The command buttons visibility.
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call .
Declaration
protected override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer