Back to Devexpress

BaseColumn.HasLeftSibling Property

wpf-devexpress-dot-xpf-dot-grid-dot-basecolumn-fba80f4c.md

latest2.0 KB
Original Source

BaseColumn.HasLeftSibling Property

Indicates whether the current column has a sibling column displayed on its left. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[Browsable(false)]
public bool HasLeftSibling { get; set; }
vb
<Browsable(False)>
Public Property HasLeftSibling As Boolean

Property Value

TypeDescription
Boolean

true if the column has a sibling column displayed on its left; otherwise, false.

|

Remarks

A View can display fixed (anchored to the left or right edge) and scrollable columns. When fixed, columns are not horizontally scrolled with a View, and are separated from other columns by a vertical line. A scrollable column and a fixed column are not sibling columns. Columns fixed to different edges are also not sibling columns.

The BaseColumn.HasRightSibling and HasLeftSibling properties indicate whether a column has sibling columns displayed on 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

Fixed Columns and Bands

BaseColumn Class

BaseColumn Members

DevExpress.Xpf.Grid Namespace