ListBoxButtonSettingsReorderButtons Property |
Gets or sets a value that specifies which reorder buttons should be rendered.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ListBoxReorderButtons ReorderButtons { get; set; }
Public Property ReorderButtons As ListBoxReorderButtons
Get
Set
public:
property ListBoxReorderButtons ReorderButtons {
ListBoxReorderButtons get ();
void set (ListBoxReorderButtons value);
}
member ReorderButtons : ListBoxReorderButtons with get, set
Property Value
Type:
ListBoxReorderButtonsThe reorder buttons mode. The default value is
Common
Remarks
A value that specifies which reorder buttons should be rendered. Members might be
combined using bitwise operators allowing for custom configurations.
See Also