Gets or sets a boolean value indicating if the fixed column splitter can be moved allowing for fixed columns to be added or removed.
'Declaration
<DescriptionAttribute("Indicates if the fixed column splitter can be moved allowing for fixed columns to be added or removed.")>
<CategoryAttribute("Behavior")>
Public Property AllowRepositioning As Boolean
'Usage
Dim instance As FixedColumnSplitter
Dim value As Boolean
instance.AllowRepositioning = value
value = instance.AllowRepositioning
[Description("Indicates if the fixed column splitter can be moved allowing for fixed columns to be added or removed.")]
[Category("Behavior")]
public bool AllowRepositioning {get; set;}
Property Value
true if the fixed column splitter can be moved; false otherwise.
Target Platforms: 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