Back to Devexpress

ListBoxProperties.SelectAllStyle Property

aspnet-devexpress-dot-web-dot-listboxproperties-5e118a6f.md

latest1.4 KB
Original Source

ListBoxProperties.SelectAllStyle 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 AppearanceStyle SelectAllStyle { get; }
vb
Public ReadOnly Property SelectAllStyle As AppearanceStyle

Property Value

TypeDescription
AppearanceStyle

A AppearanceStyle object containing style settings.

|

Remarks

The SelectAllStyle 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

ListBoxProperties Class

ListBoxProperties Members

DevExpress.Web Namespace