Back to Devexpress

ASPxCheckBox.GrayedImage Property

aspnet-devexpress-dot-web-dot-aspxcheckbox-d669793a.md

latest1.7 KB
Original Source

ASPxCheckBox.GrayedImage Property

Provides access to the settings that define an image of a check box in an indeterminate (grayed) state.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual InternalCheckBoxImageProperties GrayedImage { get; }
vb
Public Overridable ReadOnly Property GrayedImage As InternalCheckBoxImageProperties

Property Value

TypeDescription
InternalCheckBoxImageProperties

An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.

|

Remarks

Note that if you specify the GrayedImage property, you should set the image size via the Height and Width properties.

See Also

CheckedImage

UncheckedImage

AllowGrayed

Checked

CheckState

CheckBoxStyle

Check Box

ASPxCheckBox Class

ASPxCheckBox Members

DevExpress.Web Namespace