Skip to main content
A newer version of this page is available. .
Tab

FileManagerToolbarCustomButton.Checked Property

Gets or sets whether the custom toolbar button is checked.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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