Identificator of style. Gets or sets the style key.

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

Syntax

C#
public string StyleKey { get; set; }
Visual Basic
Public Property StyleKey As String
	Get
	Set
JScript
final function get StyleKey () : String
final function set StyleKey (value : String)

Implements

IDataGridRow..::..StyleKey

See Also