|
AccessKey(JS)
|
Specifies the shortcut key that sets focus on the UI component. Mirrors the client-side accessKey option.
|
|
AccessKey(String)
|
Specifies the shortcut key that sets focus on the UI component. Mirrors the client-side accessKey option.
|
|
ActiveStateEnabled(JS)
|
Specifies whether Stepper changes its appearance when in the active state (when an end user interacts with it). Mirrors the client-side activeStateEnabled option.
|
|
ActiveStateEnabled(Boolean)
|
Specifies whether Stepper changes its appearance when in the active state (when an end user interacts with it). Mirrors the client-side activeStateEnabled option.
|
|
DataSource(JS)
|
Binds the UI component to data. Mirrors the client-side dataSource option.
|
|
DataSource(IEnumerable, String[])
|
Binds the UI component to data. Mirrors the client-side dataSource option.
|
|
DataSource(Func<DataSourceFactory, OptionsOwnerBuilder>)
|
Binds the UI component to data. Mirrors the client-side dataSource option.
|
|
DataSource(String, String[])
|
Binds the UI component to data. Mirrors the client-side dataSource option.
|
|
DataSourceOptions(Action<DataSourceOptionsBuilder>)
|
Exposes methods that mirror client-side data source options.
|
|
Disabled(JS)
|
Specifies whether the UI component responds to user interaction. Mirrors the client-side disabled option.
|
|
Disabled(Boolean)
|
Specifies whether the UI component responds to user interaction. Mirrors the client-side disabled option.
|
|
ElementAttr(JS)
|
Specifies the global attributes to be attached to the UI component's container element. Mirrors the client-side elementAttr option.
|
|
ElementAttr(Dictionary<String, Object>)
|
Specifies the global attributes to be attached to the UI component's container element. Mirrors the client-side elementAttr option.
|
|
ElementAttr(Object)
|
Specifies the global attributes to be attached to the UI component's container element. Mirrors the client-side elementAttr option.
|
|
ElementAttr(String, Object)
|
Specifies the global attributes to be attached to the UI component's container element. Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
|
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
|
FocusStateEnabled(JS)
|
Specifies whether the UI component can be focused using keyboard navigation. Mirrors the client-side focusStateEnabled option.
|
|
FocusStateEnabled(Boolean)
|
Specifies whether the UI component can be focused using keyboard navigation. Mirrors the client-side focusStateEnabled option.
|
|
GetHashCode()
|
Serves as the default hash function.
|
|
GetType()
|
Gets the Type of the current instance.
|
|
Height(JS)
|
Specifies the UI component's height. Mirrors the client-side height option.
|
|
Height(Double)
|
Specifies the UI component's height. Mirrors the client-side height option.
|
|
Height(String)
|
Specifies the UI component's height. Mirrors the client-side height option.
|
|
Hint(JS)
|
Specifies text for a hint that appears when a user pauses on the UI component. Mirrors the client-side hint option.
|
|
Hint(String)
|
Specifies text for a hint that appears when a user pauses on the UI component. Mirrors the client-side hint option.
|
|
HoverStateEnabled(JS)
|
Specifies whether the UI component changes its appearance when a user hovers over it. Mirrors the client-side hoverStateEnabled option.
|
|
HoverStateEnabled(Boolean)
|
Specifies whether the UI component changes its appearance when a user hovers over it. Mirrors the client-side hoverStateEnabled option.
|
|
ID(JS)
|
Specifies the id attribute for the control’s HTML element (used for nested controls within templates).
|
|
ID(String)
|
Specifies the id attribute for the control’s HTML element.
|
|
Items(Action<CollectionFactory<StepperItemBuilder>>)
|
An array of items (steps) displayed by the Stepper component. Mirrors the client-side items option.
|
|
ItemTemplate(JS)
|
Specifies a custom template for items. Mirrors the client-side itemTemplate option.
|
|
ItemTemplate(RazorBlock)
|
Specifies a custom template for items. Mirrors the client-side itemTemplate option.
|
|
ItemTemplate(TemplateName)
|
Specifies a custom template for items. Mirrors the client-side itemTemplate option.
|
|
ItemTemplate(String)
|
Specifies a custom template for items. Mirrors the client-side itemTemplate option.
|
|
Linear(JS)
|
Specifies a navigation mode (linear/non-linear). Mirrors the client-side linear option.
|
|
Linear(Boolean)
|
Specifies a navigation mode (linear/non-linear). Mirrors the client-side linear option.
|
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
|
OnDisposing(RazorBlock)
|
A function that is executed before the UI component is disposed of. Mirrors the client-side onDisposing option.
|
|
OnDisposing(String)
|
A function that is executed before the UI component is disposed of. Mirrors the client-side onDisposing option.
|
|
OnInitialized(RazorBlock)
|
A function that fires when the component finishes its initialization. Mirrors the client-side onInitialized option.
|
|
OnInitialized(String)
|
A function that fires when the component finishes its initialization. Mirrors the client-side onInitialized option.
|
|
OnItemClick(RazorBlock)
|
A function that is executed when an item (step) is clicked or tapped. Mirrors the client-side onItemClick option.
|
|
OnItemClick(String)
|
A function that is executed when an item (step) is clicked or tapped. Mirrors the client-side onItemClick option.
|
|
OnItemContextMenu(RazorBlock)
|
A function that is executed when an item (step) is right-clicked or long-pressed. Mirrors the client-side onItemContextMenu option.
|
|
OnItemContextMenu(String)
|
A function that is executed when an item (step) is right-clicked or long-pressed. Mirrors the client-side onItemContextMenu option.
|
|
OnItemRendered(RazorBlock)
|
A function that is executed after an item (step) is rendered. Mirrors the client-side onItemRendered option.
|
|
OnItemRendered(String)
|
A function that is executed after an item (step) is rendered. Mirrors the client-side onItemRendered option.
|
|
OnOptionChanged(RazorBlock)
|
A function that is executed after a UI component property is changed. Mirrors the client-side onOptionChanged option.
|
|
OnOptionChanged(String)
|
A function that is executed after a UI component property is changed. Mirrors the client-side onOptionChanged option.
|
|
OnSelectionChanged(RazorBlock)
|
A function that is executed when an item (step) is selected or the selection is canceled. Mirrors the client-side onSelectionChanged option.
|
|
OnSelectionChanged(String)
|
A function that is executed when an item (step) is selected or the selection is canceled. Mirrors the client-side onSelectionChanged option.
|
|
OnSelectionChanging(RazorBlock)
|
A function that is called before selection changes. Mirrors the client-side onSelectionChanging option.
|
|
OnSelectionChanging(String)
|
A function that is called before selection changes. Mirrors the client-side onSelectionChanging option.
|
|
Option(String, Object)
|
Specifies an option by its name.
|
|
Orientation(Orientation)
|
Specifies the Stepper orientation. Mirrors the client-side orientation option.
|
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
|
Render()
|
|
|
RtlEnabled(JS)
|
Switches the UI component to a right-to-left representation. Mirrors the client-side rtlEnabled option.
|
|
RtlEnabled(Boolean)
|
Switches the UI component to a right-to-left representation. Mirrors the client-side rtlEnabled option.
|
|
SelectedIndex(JS)
|
The index of the currently selected UI component item. Mirrors the client-side selectedIndex option.
|
|
SelectedIndex(Int32)
|
The index of the currently selected UI component item. Mirrors the client-side selectedIndex option.
|
|
SelectedItem(Object)
|
The selected item object. Mirrors the client-side selectedItem option.
|
|
SelectOnFocus(JS)
|
Specifies if items are selected automatically when focused by keyboard. Mirrors the client-side selectOnFocus option.
|
|
SelectOnFocus(Boolean)
|
Specifies if items are selected automatically when focused by keyboard. Mirrors the client-side selectOnFocus option.
|
|
TabIndex(JS)
|
Specifies the number of the element when the Tab key is used for navigating. Mirrors the client-side tabIndex option.
|
|
TabIndex(Int32)
|
Specifies the number of the element when the Tab key is used for navigating. Mirrors the client-side tabIndex option.
|
|
ToString()
|
|
|
ToTemplate()
|
Renders the control as a template string for use in another control’s template.
|
|
Visible(JS)
|
Specifies whether the UI component is visible. Mirrors the client-side visible option.
|
|
Visible(Boolean)
|
Specifies whether the UI component is visible. Mirrors the client-side visible option.
|
|
Width(JS)
|
Specifies the UI component's width. Mirrors the client-side width option.
|
|
Width(Double)
|
Specifies the UI component's width. Mirrors the client-side width option.
|
|
Width(String)
|
Specifies the UI component's width. Mirrors the client-side width option.
|