ITreeListColumn.FixedPosition Property
In This Article
Allows you to anchor the column to the TreeList’s left or right edge.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[DefaultValue(TreeListColumnFixedPosition.None)]
TreeListColumnFixedPosition FixedPosition { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Tree |
None | An enumeration value. |
Available values:
Name | Description |
---|---|
None | The column moves when a user scrolls the Tree |
Left | The column is anchored to the Tree |
Right | The column is anchored to the Tree |
#Remarks
Refer to the FixedPosition property description for more information and an example.
See Also