Back to Devexpress

PGridOptionsFind.MinWidth Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-pgridoptionsfind-c8f001df.md

latest2.0 KB
Original Source

PGridOptionsFind.MinWidth Property

Gets or sets the Find Panel‘s minimum width (in the Office View only).

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
[DefaultValue(100)]
[XtraSerializableProperty]
public virtual int MinWidth { get; set; }
vb
<DefaultValue(100)>
<XtraSerializableProperty>
Public Overridable Property MinWidth As Integer

Property Value

TypeDefaultDescription
Int32100

An integer value that specifies the Find Panel’s minimum width.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to MinWidth
PropertyGridControl

.OptionsFind .MinWidth

|

Remarks

If there is not enough space in the tab panel to use the specified width, the Find Panel is hidden.

See Also

PGridOptionsFind Class

PGridOptionsFind Members

DevExpress.XtraVerticalGrid.Rows Namespace