SelectionMode Property (FlexGridBase<T>)
In This Topic
Gets or sets the current selection mode.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Overridable Property SelectionMode As SelectionMode
'Usage
Dim instance As FlexGridBase(Of T)
Dim value As SelectionMode
instance.SelectionMode = value
value = instance.SelectionMode
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public virtual SelectionMode SelectionMode {get; set;}
public read-write property SelectionMode: SelectionMode; virtual;
System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)
public function get,set SelectionMode : SelectionMode
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public: __property virtual SelectionMode get_SelectionMode();
public: __property virtual void set_SelectionMode(
SelectionMode value
);
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
virtual property SelectionMode SelectionMode {
SelectionMode get();
void set ( SelectionMode value);
}
See Also