SelectionMode Property (C1FlexGridBase)
In This Topic
Gets or sets the grid's selection behavior.
Syntax
'Declaration
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<C1CategoryAttribute("Behavior")>
<C1DescriptionAttribute("SelectionMode", "Gets or sets the grid selection mode.")>
Public Property SelectionMode As SelectionModeEnum
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[C1Category("Behavior")]
[C1Description("SelectionMode", "Gets or sets the grid selection mode.")]
public SelectionModeEnum SelectionMode {get; set;}
See Also