Xceed DataGrid for WPF v7.2 Documentation
ThemeType Property


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Markup Namespace > ThemeKey Class : ThemeType Property
Gets or sets the Type of the theme to which the style applies.
Syntax
'Declaration
 
Public Property ThemeType As Type
'Usage
 
Dim instance As ThemeKey
Dim value As Type
 
instance.ThemeType = value
 
value = instance.ThemeType
public Type ThemeType {get; set;}

Property Value

A Type representing the type of the theme to which the style applies.
Requirements

Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ThemeKey Class
ThemeKey Members