Data grid style properties that are being used in cells and rows. This class exists mostly because of UWP and compiled bindings when in order to be able to use compiled bindings, all properties must exist within the data context (View Model in this case) of the bound template. Referencing the entire DataGridViewModel would not be ideal, so this class encapsulates the subset of properties necessary for bindings.

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class DataGridStyle : BindableObject
Visual Basic
Public Class DataGridStyle _
	Inherits BindableObject
JScript
public class DataGridStyle extends BindableObject

Inheritance Hierarchy

System..::..Object
  BindableObject
    Ico.WPF.Specialized.DataGridControl.ViewModel..::..DataGridStyle

See Also