Skip to main content
Tab

TreeViewStyles.Disabled Property

Gets the style settings, defining the appearance of nodes in the disabled state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public DisabledStyle Disabled { get; }

Property Value

Type Description
DisabledStyle

A DisabledStyle object that contains style settings, defining the appearance of nodes in the disabled state.

See Also