FileManagerToolbarCustomButton.Checked Property
Gets or sets whether the custom toolbar button is checked.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | 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