DataEntryGrid..::..DisplayStyles Property
Gets the display styles.
Namespace:
RingSoft.DataEntryControls.WPF.DataEntryGridAssembly: RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)
Syntax
public ObservableCollection<DataEntryGridDisplayStyle> DisplayStyles { get; }
Public ReadOnly Property DisplayStyles As ObservableCollection(Of DataEntryGridDisplayStyle) Get
public: property ObservableCollection<DataEntryGridDisplayStyle^>^ DisplayStyles { ObservableCollection<DataEntryGridDisplayStyle^>^ get (); }