GridEditFormSettingsFormCaptionStyle Property |
Style of the table row that shows the caption of the form
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public TableItemStyle FormCaptionStyle { get; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property FormCaptionStyle As TableItemStyle
Get
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
property TableItemStyle^ FormCaptionStyle {
TableItemStyle^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member FormCaptionStyle : TableItemStyle with get
Property Value
Type:
TableItemStyle
See Also