Skip to main content
A newer version of this page is available. .

ColumnBase.HasRightSibling Property

Indicates whether the current column has a sibling column displayed to its right. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v18.2.dll

Declaration

[Browsable(false)]
[CloneDetailMode(CloneDetailMode.Skip)]
public bool HasRightSibling { get; set; }

Property Value

Type Description
Boolean

true, if the column has a sibling column displayed to its right; otherwise, false.

Remarks

The HasRightSibling and ColumnBase.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