Back to Devexpress

EditorStyles.ListBoxSelectAll Property

aspnet-devexpress-dot-web-dot-editorstyles-c6ec9040.md

latest1.4 KB
Original Source

EditorStyles.ListBoxSelectAll Property

Gets the style settings that define the appearance of the list box’s “Select All” element.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual AppearanceStyle ListBoxSelectAll { get; }
vb
Public Overridable ReadOnly Property ListBoxSelectAll As AppearanceStyle

Property Value

TypeDescription
AppearanceStyle

A AppearanceStyle object that contains the style settings.

|

Remarks

The ListBoxSelectAll property provides access to the style settings which define the appearance style of the following list box elements as listed below:

  • the header element if the list box has no columns;

  • the header element of the check box column (where the “Select All” check box is located) if the list box has columns;

See Also

EditorStyles Class

EditorStyles Members

DevExpress.Web Namespace