FlexGrid for WinForms
Display Property



Gets or sets whether to show images, text, or both.
Syntax
'Declaration
 
<C1DescriptionAttribute("Gets or sets whether to show images, text, or both.")>
<DefaultValueAttribute()>
<BrowsableAttribute(True)>
Public Property Display As DisplayEnum
'Usage
 
Dim instance As CellStyle
Dim value As DisplayEnum
 
instance.Display = value
 
value = instance.Display
[C1Description("Gets or sets whether to show images, text, or both.")]
[DefaultValue()]
[Browsable(true)]
public DisplayEnum Display {get; set;}
[C1Description("Gets or sets whether to show images, text, or both.")]
[DefaultValue()]
[Browsable(true)]
public:
property DisplayEnum Display {
   DisplayEnum get();
   void set (    DisplayEnum value);
}
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

CellStyle Class
CellStyle Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback