GridSelfHierarchySettingsMaximumDepth Property |
Gets or sets a value indicating the level-depth limit of the nested
tables.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual int MaximumDepth { get; set; }
Public Overridable Property MaximumDepth As Integer
Get
Set
public:
virtual property int MaximumDepth {
int get ();
void set (int value);
}
abstract MaximumDepth : int with get, set
override MaximumDepth : int with get, set
Property Value
Type:
Int32
See Also