Skip to main content
A newer version of this page is available. .

PropertyGridOptions Class

Provides the Properties Panel‘s settings.

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v18.2.dll

Declaration

public class PropertyGridOptions :
    Freezable

The following members return PropertyGridOptions objects:

Remarks

The PropertyGridOptions object is returned by the ReportDesigner.PropertyGridOptions property and provides access to the following settings:

<Window Title="MainWindow" Height="350" Width="525"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:dxrud="http://schemas.devexpress.com/winfx/2008/xaml/reports/userdesigner" >
    <dxrud:ReportDesigner PropertyGridOptions="{dxrud:PropertyGridOptions ShowFavoriteProperties=True UseOfficeInspiredPropertyGrid=True}"/>
</Window>

See the Properties Panel and Using Favorite Properties in the Report Designer topics for more information.

Inheritance

See Also