Skip to main content
Tab

EditorStyles.DropDownCloseButton Property

Gets the style settings that define the appearance of an editor’s Close button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public virtual ButtonStyle DropDownCloseButton { get; }

#Property Value

Type Description
ButtonStyle

An ButtonStyle object that contains the style settings.

See Also