Skip to main content
Tab

FileManagerToolbarCustomButton.Checked Property

Gets or sets whether the custom toolbar button is checked.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool Checked { get; set; }

Property Value

Type Default Description
Boolean false

true, if the button is in the checked state; otherwise, false.

Remarks

Use the Checked property to specify the toolbar button’s check state (checked or unchecked).

The file manager custom buttons can function as radio buttons. To create a mutually exclusive set of buttons, use the FileManagerToolbarCustomButton.GroupName property to specify a group of buttons. Once the FileManagerToolbarCustomButton.GroupName property has been set, only one button in the specified group can be checked at one time.

See Also