Xceed DataGrid for WPF v7.2 Documentation
ViewTypeForThemeKey Property


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Views Namespace > ViewBase Class : ViewTypeForThemeKey Property
Gets the view's type.
Syntax
'Declaration
 
Protected Overridable ReadOnly Property ViewTypeForThemeKey As Type
'Usage
 
Dim instance As ViewBase
Dim value As Type
 
value = instance.ViewTypeForThemeKey
protected virtual Type ViewTypeForThemeKey {get;}

Property Value

The Type of the View.
Remarks
Themes targeting a base class of a custom view can still be used on the custom view by overriding the property and returning the base view's type.
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

ViewBase Class
ViewBase Members