Gets the record's minimum width.
public virtual int RecordMinWidth { get; }
Overridable Public ReadOnly Property RecordMinWidth As Integer
The RecordWidth property cannot be set to a value less than is specified by the RecordMinWidth property. Thus, the record's width cannot be set to less than the specified minimum by end-users or in code.