Click or drag to resize
ListBoxButtonSettingsReorderButtons Property
Gets or sets a value that specifies which reorder buttons should be rendered.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public ListBoxReorderButtons ReorderButtons { get; set; }

Property Value

Type: ListBoxReorderButtons
The 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