Defines the alignment of checkbox within a BaseListViewVisualItem.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum CheckBoxesAlignment
Fields
Checkbox is centered within the layout.
C#
Center = 1
Checkbox is aligned next to the far edge.
C#
Far = 2
Checkbox is aligned next to the near edge.
C#
Near = 0