Xceed DataGrid for WPF v7.2 Documentation
ChameleonTitleRegionPosition Enumeration


Xceed.Wpf.DataGrid.Views3D Assembly > Xceed.Wpf.DataGrid.Views Namespace : ChameleonTitleRegionPosition Enumeration
Value representing the various title-region positions supported by the Chameleon theme (see Remarks).
Syntax
'Declaration
 
Public Enum ChameleonTitleRegionPosition 
   Inherits System.Enum
'Usage
 
Dim instance As ChameleonTitleRegionPosition
public enum ChameleonTitleRegionPosition : System.Enum 
Members
MemberDescription
LeftThe title-region is positioned at the left of the surface.
RightThe title-region is positioned at the right of the surface.
Remarks

Where a title region is positioned on a surface is determined by each multi-surface theme, which can also support more than one position for some surface configurations (see Table 1). As such, each multi-surface theme that supports multiple title-region positions exposes a TitleRegionPosition attached property that is specific to the theme and which can be set on any of the surface configurations it supports. The TitleRegionPosition property can also be set directly on the theme to change the title-region position of all the applicable surface configurations.

Table 1: Supported title-region positions

Theme Surface configuration Positions Enumeration
Elemental Blue, Black, and Silver themes TitleSurfaceConfiguration Top, Middle, and Bottom ElementalTitleRegionPosition
Elemental Blue, Black, and Silver themes ImageAndTitleSurfaceConfiguration Top, Middle, and Bottom ElementalTitleRegionPosition
Chameleon theme TitleSurfaceConfiguration Left and Right ChameleonTitleRegionPosition
Chameleon theme ImageAndTitleSurfaceConfiguration Left and Right ChameleonTitleRegionPosition
Chameleon theme CompleteSurfaceConfiguration Left and Right ChameleonTitleRegionPosition
Chameleon theme TitleAndDataSurfaceConfiguration Left and Right ChameleonTitleRegionPosition
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Wpf.DataGrid.Views.ChameleonTitleRegionPosition

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

Xceed.Wpf.DataGrid.Views Namespace