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 StyleSelectorKey { get; set; }
Visual Basic
Public Property StyleSelectorKey As String
	Get
	Set
JScript
final function get StyleSelectorKey () : String
final function set StyleSelectorKey (value : String)

Implements

IDataGridCell..::..StyleSelectorKey

See Also