ColumnProvider.IsReadOnly Propriedade
Definição
Obtém um valor que indica se a coluna é somente leitura.Gets a value that indicates whether the column is read-only.
public: virtual property bool IsReadOnly { public:
bool get(); protected:
void set(bool value); };
public virtual bool IsReadOnly { get; protected set; }
member this.IsReadOnly : bool with get, set
Public Overridable Property IsReadOnly As Boolean
Valor da propriedade
true se a coluna for read-only ; caso contrário, false .true if column is read-only; otherwise, false.