Xceed Toolkit Plus for WPF v4.6 Documentation
TargetElementType Property


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

Property Value

A Type representing the type of the element 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