C1.Win.C1FlexGrid Namespace > CellStyle Class : Display Property |
'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); }
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