C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.FlexReport Namespace / CheckBoxField Class / ActualRightToLeft Property

In This Topic
ActualRightToLeft Property (CheckBoxField)
In This Topic
Gets the actual right-to-left value that is being used. If the field's own RightToLeft is not null, that value is returned. Otherwise the ActualRightToLeft defined on the report is returned.
Syntax
'Declaration
 
Public ReadOnly Property ActualRightToLeft As Boolean
 
See Also