Skip to main content
All docs
V18.2

FluentDesignFormControl.ViewInfo Property

Returns the View Info object that contains information about this FluentDesignFormControl.

Namespace: DevExpress.XtraBars.FluentDesignSystem

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[Browsable(false)]
public FluentDesignFormControlViewInfo ViewInfo { get; }

Property Value

Type Description
DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControlViewInfo

A DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControlViewInfo object that contains information about this FluentDesignFormControl.

See Also