Xceed Grid for WinForms v4.3 Documentation
DefaultImageArea Property (CheckBoxViewer)


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Viewers Namespace > CheckBoxViewer Class : DefaultImageArea Property
Gets the default value of the ImageArea property.
Syntax
'Declaration
 
Protected Overrides ReadOnly Property DefaultImageArea As ImageArea
'Usage
 
Dim instance As CheckBoxViewer
Dim value As ImageArea
 
value = instance.DefaultImageArea
protected override ImageArea DefaultImageArea {get;}

Property Value

An Xceed.Grid.ImageArea value representing the default value of the ImageArea property. Unless overridden, ImageArea.AllContent.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CheckBoxViewer Class
CheckBoxViewer Members
Base Implementation in DefaultImageArea