SplitterPaneBaseMinWidth Property |
Sets/gets the min width to which the pane can be resized
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public virtual int MinWidth { get; set; }
Public Overridable Property MinWidth As Integer
Get
Set
public:
virtual property int MinWidth {
int get ();
void set (int value);
}
abstract MinWidth : int with get, set
override MinWidth : int with get, set
Property Value
Type:
Int32See Also