Editor Property (ColumnBase)
In This Topic
Gets or sets a reference to an input control to be used as a custom cell editor for this.
Syntax
'Declaration
Public Property Editor As System.String
'Usage
Dim instance As ColumnBase
Dim value As System.String
instance.Editor = value
value = instance.Editor
public System.string Editor {get; set;}
public read-write property Editor: System.String;
public function get,set Editor : System.String
public: __property System.string* get_Editor();
public: __property void set_Editor(
System.string* value
);
public:
property System.String^ Editor {
System.String^ get();
void set ( System.String^ value);
}
See Also