GrapeCity MultiRow Windows Forms Documentation
DefaultCellNoteStyle Property


Gets default styles used by all Cell's notes in the entire control.
Syntax
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<SRCategoryAttribute("Appearance")>
<SRDescriptionAttribute("Indicates the default CellNoteStyle that will be applied to cells' Note of GcMultiRow if no other style is set.")>
<RefreshPropertiesAttribute(RefreshProperties.All)>
Public ReadOnly Property DefaultCellNoteStyle As CellNoteStyle
Dim instance As GcMultiRow
Dim value As CellNoteStyle
 
value = instance.DefaultCellNoteStyle
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[TypeConverter("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[SRCategory("Appearance")]
[SRDescription("Indicates the default CellNoteStyle that will be applied to cells' Note of GcMultiRow if no other style is set.")]
[RefreshProperties(RefreshProperties.All)]
public CellNoteStyle DefaultCellNoteStyle {get;}

Property Value

A CellNoteStyle that represents the default styles used by all cells's notes in the entire control
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

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.