Version

FixedColumnType Enumeration

An enumeration that describes if fixed columns are turned on, and if so then how it should be used.
Syntax
'Declaration
 
Public Enum FixedColumnType 
   Inherits System.Enum
public enum FixedColumnType : System.Enum 
Members
MemberDescription
BothFixed columns are turned on and a Column can be fixed by both indicator and drop area.
DisabledFixed columns are turned off.
DropAreaFixed columns are turned on and a Column can be fixed by dragging it to a designated are of the XamGrid
IndicatorFixed columns are turned on and a Column can be fixed by clicking on an indicator.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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