DataEntryGrid..::..DisabledCellDisplayStyle Property
Gets or sets the disabled cell display style. This is a bind-able property.
Namespace:
RingSoft.DataEntryControls.WPF.DataEntryGridAssembly: RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)
Syntax
public DataEntryGridDisplayStyle DisabledCellDisplayStyle { get; set; }
Public Property DisabledCellDisplayStyle As DataEntryGridDisplayStyle Get Set
public: property DataEntryGridDisplayStyle^ DisabledCellDisplayStyle { DataEntryGridDisplayStyle^ get (); void set (DataEntryGridDisplayStyle^ value); }