KaxTabControlReorderTabsOnSelect Property |
Gets or sets a value indicating whether the row of the selected tab should move
to the bottom.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool ReorderTabsOnSelect { get; set; }
Public Property ReorderTabsOnSelect As Boolean
Get
Set
public:
property bool ReorderTabsOnSelect {
bool get ();
void set (bool value);
}
member ReorderTabsOnSelect : bool with get, set
Property Value
Type:
Booleantrue if the row containing the selected tab should be moved to
the bottom; otherwise
false. The default value is
false.
Remarks
Use the ReorderTabsOnSelect property to mimic the behavior of the
Windows tabcontrol control.
See Also