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

TreeListOptionsView.ShouldSerializeShowIndentAsRowStyle() Method

Returns whether the TreeListOptionsView.ShowIndentAsRowStyle property should be serialized.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public bool ShouldSerializeShowIndentAsRowStyle()

Returns

Type Description
Boolean

true, if the TreeListOptionsView.ShowIndentAsRowStyle property should be serialized; otherwise, false.

See Also