ColumnBase.HasLeftSibling Property
Indicates whether the current column has a sibling column displayed to its left. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
[Browsable(false)]
[CloneDetailMode(CloneDetailMode.Skip)]
public bool HasLeftSibling { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true, if the column has a sibling column displayed to its left; otherwise, false. |
Remarks
The ColumnBase.HasRightSibling and HasLeftSibling properties indicate whether a column has sibling columns displayed to its left and right. For instance, these properties are used by the grid to determine whether it is required to paint a column header’s left/right edge.
See Also