Skip to main content
All docs
V26.1
  • TreeListStyles.SelectedCell Property

    Gets the style settings defining the appearance of a selected cell.

    Namespace: DevExpress.Web.ASPxTreeList

    Assembly: DevExpress.Web.ASPxTreeList.v26.1.dll

    Declaration

    public TreeListCellStyle SelectedCell { get; }

    Property Value

    Type Description
    TreeListCellStyle

    An object that contains style settings.

    Remarks

    To learn more, see Appearance Customization.

    See Also