Skip to main content
All docs
V26.1
  • Tag

    ColumnBase.ActualShowSortIndicator Property

    Gets the value that indicates whether the sort indicator is displayed in the current column header.

    Namespace: DevExpress.Xpf.Grid

    Assembly: DevExpress.Xpf.Grid.v26.1.Core.dll

    Declaration

    [Browsable(false)]
    public bool ActualShowSortIndicator { get; protected set; }

    Property Value

    Type Description
    Boolean

    true if the sort indicator is displayed in this column header; otherwise, false.

    See Also