Back to Devexpress

BaseTile.Checked Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-basetile-9fc1a9fb.md

latest2.8 KB
Original Source

BaseTile.Checked Property

Gets or sets whether the current Tile is checked.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
public virtual bool? Checked { get; set; }
vb
<DefaultValue(Nothing)>
Public Overridable Property Checked As Boolean?

Property Value

TypeDefaultDescription
Nullable<Boolean>null

true if the current Tile is checked; otherwise, false.

|

Remarks

Users can check/uncheck Tiles at runtime via the right mouse button click. Checked Tiles are marked with the check sign at the top right corner:

Use the Checked property to specify if the current Tile is currently checked. Changing the Tile’s check state fires the BaseTile.CheckedChanged event. The IBaseTileProperties.AllowCheck property regulates whether Tiles can be checked/unchecked.

See the ITileContainerDefaultProperties.ItemCheckMode property to learn more.

See Also

CheckedChanged

AllowCheck

ItemCheckMode

BaseTile Class

BaseTile Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace