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

DataControlSerializationOptions.GetAddNewColumns(DependencyObject) Method

Gets the value of the DataControlSerializationOptions.AddNewColumns attached property for the specified DependencyObject.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

public static bool GetAddNewColumns(
    DependencyObject obj
)

Parameters

Name Type Description
obj DependencyObject

The element from which the property value is read.

Returns

Type Description
Boolean

The DataControlSerializationOptions.AddNewColumns property value for the element.

See Also